IBM Token-Ring PCI Family Adapter User's Guide


Software Installation

  1. Get the latest level of LAN driver updates for your operating system to ensure that your code is at the latest level.
  2. Be sure that your IBM Token-Ring PCI Family Adapter has already been installed in your computer. If it has not, follow the instructions in Installing the Adapter Hardware.
  3. Get the driver for your environment. There are three places to find the driver. We recommend the first one listed here. All three methods will place the driver in a directory according to the structure in Table 1.
  4. Install the driver. Use Table 2 to find the location of the installation instructions for your environment. It is recommended that you install the latest service pack for your operating environment before installing the adapter software.

Table 1. Driver File Directory Structure
Operating System Directory
Windows 9x \ (root)
Windows NT \ (root)
Novell NetWare Server and Client \NOVELL\NETWARE
Novell NetWare DOS Requester (16-bit) \NOVELL\DOS
Novell NetWare OS/2 Requester (16-bit) \NOVELL\OS2
OS/2 \ (root)
DOS \DOS
Windows for Workgroups \WFW

Table 2. Installation Instructions
Environment Page
DOS with Windows Version 3.1x
IBM LAN Client See IBM Token-Ring Adapter Features publication
NetWare Requester "DOS Novell NetWare Requester (16-bit)"
DOS LAN Services "DOS NDIS 2"
IBM TCP/IP for DOS (Version 2.1) "DOS NDIS 2"
Windows for Workgroups with NDIS "Windows for Workgroups with NDIS 3"
DOS (without Windows)
IBM LAN Client See IBM Token-Ring Adapter Features publication
NetWare Requester "DOS Novell NetWare Requester (16-bit)"
DOS LAN Services "DOS NDIS 2"
IBM TCP/IP for DOS (Version 2.1) "DOS NDIS 2"
NetWare Requester "DOS Novell NetWare Requester (16-bit)"
NDIS2 "DOS NDIS 2"
IBM LAN Client See IBM Token-Ring Adapter Features publication
OS/2
OS/2 (MPTS) "OS/2 NDIS 2 Device Driver Using MPTS"
NetWare Requester "OS/2 Novell NetWare Requester"
OS/2 Warp Connect or Server "OS/2 NDIS 2 Device Driver Using Other Installation Programs"
NetWare Server
NetWare Server Version 3.12 "Novell NetWare 3.12 Server"
NetWare Server Version 4.11 "Novell NetWare 4.11 Server"
NetWare Server Version 5.0 "Novell NetWare 5.0 Server"
Novell Client "Novell Client DOS/Windows 3.1x"
Windows 32-bit
NT 3.51 "Windows NT Version 3.51"
NT 4.0 "Windows NT Version 4.0"
Windows 95 "Windows 95"
Windows 98 "Windows 98"
Remote Unattended Installation (Windows NT, Windows 95, Windows 98) "Remote Unattended Installation of Windows 95, Windows 98 and Windows NT"
Novell IntranetWare Client for Windows NT "Novell IntranetWare Client for Windows NT"
Novell Client for Windows 95 "Novell Client for Windows 95"


Novell NetWare 3.12 Server

Before you start this installation, get the latest level of LAN driver updates for NetWare 3.12 from Novell's support Web site at support.novell.com. You will install them during the following procedure.

If the Novell NetWare server is not installed on your machine, use the following instructions. If it is installed, go to the instructions in Server Driver Installation in Existing NetWare 3.12 Server.

Server Driver Installation in New NetWare 3.12 Server

Changes from the usual NetWare installation are necessary because this driver is written to a new specification level that requires new NetWare loadable modules (NLMs). The installation program is not aware of this, though, and these NLMs must be loaded during installation of the server device driver and after the server installation.

  1. Create a diskette containing the extracted files from the NETWAREP.EXE package file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. Refer to Novell's Installation and Upgrade manual for installation instructions. Follow the procedure for the installation of Novell NetWare 3.12 until the section titled "Load LAN Drivers" is next.
  3. Insert the diskette that you created in step 1 into drive A. Enter the following commands at the server prompt:
    LOAD A:\NOVELL\NETWARE\NBI31X.NLM
    LOAD A:\NOVELL\NETWARE\MSM31X.NLM
    LOAD A:\NOVELL\NETWARE\TOKENTSM.NLM
    

    Note:A message referring to protected-mode BIOS access might appear before installation of Novell patches. It is for information only, and can be ignored.

  4. Load the server device driver. Enter the following command at the server prompt:
    LOAD X:\NOVELL\NETWARE\IBMTRPO.LAN DATARATE=M16
    

    It is recommended for servers that the DataRate be set to M16 or M4, and clients be set to Auto. If your network is operating at 100 Mbps, this parameter is ignored. The default is Auto.
    Note:See Appendix E, "Novell NetWare Server and LAN Client Driver Parameters" for a complete list of parameters that can be specified in the LOAD IBMTRPO command in the AUTOEXEC.NCF file.

  5. Follow the instructions in the Novell manual, beginning with "Bind the Protocol to the LAN Driver" and continue until you are in the File Server STARTUP.NCF File panel.
  6. In addition to the instructions in the Novell manual, add the following line to STARTUP.NCF:
    Set Minimum Packet Receive Buffers = 48
    

    Note:Increase the minimum packet receive buffers by 48 for each additional adapter that is installed.

  7. Perform the instructions in "Create an AUTOEXEC.NCF file" in the Novell manual. Add the following lines to the AUTOEXEC.NCF file immediately after the IPX INTERNAL NET statement (replace C:\SERVER.312\ with the location of the NetWare server program):
    LOAD C:\SERVER.312\NBI31X.NLM
    LOAD C:\SERVER.312\MSM31X.NLM
    LOAD C:\SERVER.312\TOKENTSM.NLM
    LOAD C:\SERVER.312\IBMTRPO.LAN NAME=IBMLS1 DATARATE=M16
    BIND IPX TO IBMLS1 NET=<unique net number>
    

    Make sure that the line containing IBMTRPO.LAN has the complete path name.

    Notes:

    1. See Appendix E, "Novell NetWare Server and LAN Client Driver Parameters" for a complete list of parameters that you can specify on the LOAD IBMTRPO command in the AUTOEXEC.NCF file.

    2. If you experience any problems after loading the Novell NLM files, contact Novell to ensure that you have the current version of these files.

    Press Esc and answer Yes to save the new file to disk. Press Esc again to return to the server console.

  8. Shut down your server by entering down and then entering exit from the server prompt.
  9. Make sure that the diskette you created in step 1 is inserted in drive A. Enter the following commands at the server prompt. You might be prompted to perform a file overwrite; it is OK to overwrite these files.
    COPY A:\NOVELL\NETWARE\NBI31X.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\MSM31X.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\TOKENTSM.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\IBMTRPO.LAN C:\SERVER.312
    COPY A:\NOVELL\NETWARE\IBMTRPO.LDI C:\SERVER.312
    
  10. Go to the Novell server directory and enter server at the DOS prompt to restart the server.
  11. Install the patches obtained earlier now. Make sure to select the v3.31 ODI LAN Updates for Hardware if given the opportunity.
  12. Installation is now complete.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NetWare server error messages, see Appendix F, "Novell NetWare Server and LAN Client Driver Messages".

Server Driver Installation in Existing NetWare 3.12 Server

If Novell NetWare is already installed in your computer, perform the following steps to install the adapter server device driver.

  1. Create a diskette containing the extracted files from the NETWAREP.EXE file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. Install the patches obtained earlier now. Make sure to select the v3.31 ODI LAN Updates for Hardware if given the opportunity. Return to the server console when the installation is complete.
  3. Make sure that the diskette you created in step 1 is inserted in drive A. Enter the following commands at the server prompt. You might be prompted to perform a file overwrite; it is OK to overwrite these files.
    COPY A:\NOVELL\NETWARE\NBI31X.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\MSM31X.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\TOKENTSM.NLM C:\SERVER.312
    COPY A:\NOVELL\NETWARE\IBMTRPO.LAN C:\SERVER.312
    COPY A:\NOVELL\NETWARE\IBMTRPO.LDI C:\SERVER.312
    

    Note:If you experience any problems after loading the Novell NLM files, check the Novell Web site to ensure that you have the current version of these files.

  4. In the directory where Novell is installed on your hard disk, enter server at the DOS prompt to start the server.
  5. At the server console prompt, enter load install.
  6. From the Installation Options menu, select System Options and press Enter.
  7. Select Edit STARTUP.NCF File and press Enter. Add the following line to the STARTUP.NCF file:
    Set Minimum Packet Receive Buffers = 48
    

    Note:Increase the minimum packet receive buffers by 48 for each additional adapter that is installed.

  8. Press Esc and then answer Yes to save changes to the STARTUP.NCF file.
  9. Select Edit AUTOEXEC.NCF File and press Enter. Edit this file and, after the IPX internal net statement, include the following statements. (Replace C:\SERVER.312\ with the location of the NetWare server program.)

    It is recommended for servers that the DataRate be set to M16 or M4, and clients be set to Auto. If your system is 100 MB, this parameter is ignored. The default is Auto.

    LOAD C:\SERVER.312\NBI31X
    LOAD C:\SERVER.312\MSM31X
    LOAD C:\SERVER.312\TOKENTSM
    LOAD C:\SERVER.312\IBMTRPO NAME=IBMLS1 DATARATE=M16
    BIND IPX TO IBMLS1 NET=<unique net number>
    

    See Appendix E, "Novell NetWare Server and LAN Client Driver Parameters" for a complete list of parameters that can be specified on the LOAD IBMTRPO command in the AUTOEXEC.NCF file.

    Press Esc and then answer Yes to save the new file to disk. Press Esc again to return to the server console.

  10. Shut down your server by entering down and then entering exit from the server prompt.
  11. Enter server to restart the server.
  12. Installation is now complete. Shut down and restart your computer for all changes to take effect.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NetWare server error messages, see Appendix F, "Novell NetWare Server and LAN Client Driver Messages".


Novell NetWare 4.11 Server

Before you start this installation, get the latest level of patches from Novell's support Web site at http://support.novell.com and install them.

If Novell NetWare is not installed on your machine, use the following instructions. If it is installed, follow the instructions in Server Driver Installation in Existing NetWare 4.11 Server.

Server Driver Installation in New NetWare 4.11 Server

Changes from the usual NetWare installation are necessary because this driver is written to a new specification level that requires new NetWare loadable modules (NLMs). The installation program is not aware of this, though, and these NLMs must be loaded during installation of the server device driver and after the server installation.
Note:A message referring to protected-mode BIOS access might appear before installation of Novell patches. It is for information only, and can be ignored.
  1. Create a diskette containing the extracted files from the NETWAREP.EXE package file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. When you see INSTALL Found the following : PCI LAN Controller xxxx.xxxx.xxxx press Enter. Then press the Insert (INS) key to install the unlisted driver.
  3. Press ALT-ESC to toggle to the server console, and enter the following LOAD statements (make sure that the diskette that you created in step 1 is inserted in drive A):
    LOAD A:\NOVELL\NETWARE\MSM.NLM
    LOAD A:\NOVELL\NETWARE\TOKENTSM.NLM
    
  4. Press ALT-ESC to toggle back to the INSTALL panel.
  5. Press F3 on the next panel to specify A:\NOVELL\NETWARE as the directory path.

    Press Enter then follow the instructions on the panel to complete the installation of the driver. If you need to make any custom configuration changes to the driver, do so at this time.

  6. Follow the instructions in the Novell manual Create an AUTOEXEC.NCF file. In addition to the instructions in the manual, add the following lines to the AUTOEXEC.NCF file immediately after the IPX INTERNAL NET statement (if necessary, replace C:\NWSERVER with the location of the SERVER.EXE executable):
    LOAD C:\NWSERVER\NBI.NLM
    LOAD C:\NWSERVER\MSM.NLM
    LOAD C:\NWSERVER\TOKENTSM.NLM
    LOAD C:\NWSERVER\IBMTRPO.LAN NAME=IBMLS1 DATARATE=M16
    
    Note:There will be existing LOAD and BIND IPX statements in the AUTOEXEC.NCF. Delete the LOAD statement (we have replaced it with stated LOAD C:\NWSERVER\IBMTRPO.LAN statement). Also, make any needed modifications to the existing BIND IPX statement (refer to the Bind the Protocol to the LAN Driver section of the Novell manual for additional information).

    See Appendix E, Novell NetWare Server and LAN Client Driver Parameters for a complete list of parameters that can be specified on the LOAD IBMTRPO command in the AUTOEXEC.NCF file.

  7. Press ESC and answer YES to save the new file to disk. Press ESC again to return to the server console.
  8. Type the following commands from the server prompt to shut down the server and exit to DOS: down, then exit.
  9. Perform the following COPY commands, making sure that the diskette that you created in step 1 is inserted in drive A. Note that it will prompt you at each of the following files to ask if you want to perform a file overwrite; it is OK to overwrite these files.
    COPY A:\NOVELL\NETWARE\NBI.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\MSM.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\TOKENTSM.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\IBMTRPO.LAN C:\NWSERVER
    COPY A:\NOVELL\NETWARE\IBMTRPO.LDI C:\NWSERVER
    
  10. Go to the Novell server directory and enter server at the DOS prompt to restart the server.
  11. Install the latest available Novell patches for NetWare 4.11 now. Make sure to select the Version 3.31 ODI LAN Updates for Hardware if given the opportunity.
  12. Issue the following commands from the server prompt to bring the server down, then reboot it: down, then restart server.
  13. Installation is now complete. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NetWare server error messages, see Appendix F, "Novell NetWare Server and LAN Client Driver Messages".

Server Driver Installation in Existing NetWare 4.11 Server

If Novell NetWare is already installed in your computer, perform the following steps to install the adapter server device driver.
Note:If you are altering the configuration of a previously loaded adapter, unload that adapter before proceeding with these instructions.
  1. Create a diskette containing the extracted files from the NETWAREP.EXE file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. Be sure that your IBM Token-Ring PCI Family Adapter has already been installed in your computer. If it has not, follow the instructions in Installing the Adapter Hardware.
  3. Install the latest available Novell patches for NetWare 4.11. Make sure to select the Version 3.31 ODI LAN Updates for Hardware if given the opportunity. Return to the server console when the installation is complete.
  4. Issue the following commands from the server prompt to bring the server down, then restart it again:
    down
    restart server

  5. Check to see if the device driver is loaded. If it is, unload it using the following command: unload ibmtrpo
  6. Type load install on the server.
  7. Select Driver Options.
  8. Select Configure Network Drivers.
  9. Select Select Drivers.
  10. On the next panel, press the Insert (INS) key to install the unlisted driver.
  11. Insert the diskette that you created in step 1; press F3 on the next panel and specify the path A:\NOVELL\NETWARE.
  12. Follow the instructions on the panels to complete the installation of the driver. If you need to make any custom configuration changes to the driver, do so at this time.
  13. Follow the instructions in the Novell manual Create an AUTOEXEC.NCF file. In addition to the instructions in the manual, add the following lines to the AUTOEXEC.NCF file, immediately after the IPX INTERNAL NET statement (if necessary, replace C:\NWSERVER with the actual location of the SERVER.EXE executable):
         LOAD C:\NWSERVER\NBI.NLM
         LOAD C:\NWSERVER\MSM.NLM
         LOAD C:\NWSERVER\TOKENTSM.NLM
         LOAD C:\NWSERVER\IBMTRPO.LAN NAME=IBMLS1 DATARATE=M16
    
    Note:There will be existing LOAD and BIND IPX statements in the AUTOEXEC.NCF. Delete the LOAD statement (we have replaced it with the stated LOAD C:\NWSERVER\IBMTRPO.LAN statement).

    Also, make any needed modifications to the existing BIND IPX statement (refer to the Bind the Protocol to the LAN Driver section of the Novell manual for additional information).

    See Appendix E, "Novell NetWare Server and LAN Client Driver Parameters" for a complete list of parameters that can be specified on the LOAD IBMTRPO command in the AUTOEXEC.NCF file.

  14. Press ESC and answer YES to save the new file to disk. Press ESC again to return to the server console.
  15. Type the following commands from the server prompt to shut down the server and exit to DOS: down, and then exit.
  16. Perform the following COPY commands, making sure that the diskette that you created in step 1 is inserted in drive A. Note that it will prompt you at each of the following files to ask if you want to perform a file overwrite; it is OK to overwrite these files.
    COPY A:\NOVELL\NETWARE\NBI.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\MSM.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\TOKENTSM.NLM C:\NWSERVER
    COPY A:\NOVELL\NETWARE\IBMTRPO.LAN C:\NWSERVER
    COPY A:\NOVELL\NETWARE\IBMTRPO.LDI C:\NWSERVER
    
  17. Go to the Novell server directory and enter server at the DOS prompt to restart the server.
  18. Installation is now complete. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NetWare server error messages, see Appendix F, "Novell NetWare Server and LAN Client Driver Messages".


Novell NetWare 5.0 Server

Server Driver Installation During NetWare 5.0 Server Installation

Installation of the network board and its device driver occurs during the combined storage device and network board installation step. Use the following instructions to install the network board and its driver during a new NetWare 5.0 server installation.

  1. Create a device driver installation diskette.

    Create a diskette containing the extracted files from the NETWAREP.EXE package file on the IBM Token-Ring PCI Family Adapter CD-ROM.

  2. Select a Storage Device and a Network Board.

    To select a storage device and a network board, you must:

  3. Select a storage device.

    Storage devices such as hard disks, CD-ROMs, and tape devices require a software driver to communicate with the storage adapter. The software driver for the storage device is called a custom device module (CDM). Each type of storage device requires a CDM.

    The installation program auto-detects many types of storage devices such as IDE drives, SCSI drives, CD-ROM drives, and tape drives. If your storage device is not detected, choose the appropriate driver from the list of available drivers provided with NetWare 5 or add a new driver from a diskette. CDMs can be obtained from the storage device manufacturer.

  4. Select a Network Board.

    The software driver for a network board is called a LAN driver.

    The installation program auto-detects many types of network boards. If your network board is not detected, choose the driver for the network board from the list provided with NetWare 5 or use a new or updated driver from the diskette that you created in step 1.

    The network board must be installed and configured correctly. For servers, it is recommended that DATARATE be set to M16 or M4, and clients be set to Auto. If your network is operating at 100 Mbps, this parameter is ignored. You might be able to influence certain network board properties by configuring the system and the network board or both.

  5. Load a NetWare Loadable Module (if required).

    Certain server and network configurations might require you to load a NetWare Loadable Module (NLM) before you can complete the server installation. An example is loading ROUTE.NLM for a Token-Ring environment that requires it.

Server Driver Installation in Existing NetWare 5.0 Server

The following procedure explains how to use NWCONFIG to load a LAN driver and bind a protocol.

  1. Create a diskette containing the extracted files from the NETWAREP.EXE package file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. At the server console prompt, enter NWCONFIG.
  3. Select Driver Options> Configure network drivers>.
  4. To select a driver from all of the available drivers, choose Select a driver. The screen will display a list of all available drivers.
  5. Press Insert. Follow the instructions on the panels. Use the diskette that you created in step 1 when you are prompted to supply an unlisted driver. The directory is A:\NOVELL\NETWARE.
    Note:For some drivers, a message might appear indicating that the driver must be loaded manually (at the console prompt). To load a driver manually, follow the screen prompts or press F1 for more information.
  6. Set protocols. When the window containing protocol choices is displayed, select the protocol that you want to use and press the space bar. If you select TCP/IP, enter the IP address and the IP mask.
  7. Set parameters. Use the down arrow key to move the cursor to the parameter window. Enter parameter values as needed. Press F1 for help. It is recommended for servers that the Data Rate be set to 4 Mbps or 16 Mbps, and clients be set to Automatic. If your server is operating at 100 Mbps, set this parameter to Automatic.

    In some cases, the system displays a pop-up list of values for the field from which you select the desired value. In other cases, you must type in a value and press Enter to move to the next field.

  8. To specify a particular frame type for a Token-Ring driver, press F3 to display a list of frame types. Use the arrow keys to move up and down the list. Press Enter to select a frame type. When finished, press F10. If you do not specify a particular frame type, all frame types are loaded automatically, but only those found on the network are actually bound to the driver.
  9. Select Save parameters and load driver.
  10. Confirm bindings of the protocol with the driver and the network number.
  11. Driver installation is now complete. To add another adapter, down the server, power off the server, and insert the additional driver. NetWare will load the appropriate driver automatically. Then repeat step 10.

Novell Client DOS/Windows 3.1x

  1. Download Novell Client DOS/Windows 3.1x Version 2.5 or higher from Novell's Web site (http://support.novell.com). Unzip the downloaded file to a directory on your computer.
  2. Exit Windows.
  3. From a DOS prompt, go to the directory where you put the file. Run INSTALL.EXE.
  4. Select Yes or No to respond to the Novell License Agreement.
  5. Select Novell Client Windows Support and Work Station Manager 3.X. Press F10 to save and continue.
  6. Select 32-bit LAN Drivers and press F10 to save and continue.
  7. Select USER SPECIFIED 32-Bit Driver and press Enter. Insert the CD-ROM or the diskette containing the device drivers into the appropriate drive. Enter the path to the 32-bit ODI driver: x:\novell\netware where x is your CD-ROM drive letter. The panel should say
    IBM Token-Ring PCI Family Adapter
    
    Press Enter, configure the parameters, and press F10 to save and continue.
  8. At the panel entitled Installation Configuration Summary, confirm that the values are what you selected, and press F10 to save and continue.
  9. The files will be copied at this point.
  10. Installation is now complete.
  11. Reboot your computer and start Windows to connect to and login to your server.
  12. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


OS/2 NDIS 2 Device Driver Using MPTS

MPTS is the Multiple Protocol Transport Services.

  1. When updating an existing device driver, error message X100035, which indicates that the driver could not be installed and the previous version could not be restored, can be prevented by performing the following steps before beginning the update. This is particularly useful when the existing driver was installed from the adapter CD-ROM.
  2. Start MPTS by performing either of the following actions:
  3. Select OK on the MPTS logo panel.
  4. Select Install. You will be prompted for the source of the .NIF file. Enter the path to the driver directory. Select OK once the Installation Complete message appears. You will return to the main menu.
  5. Select Configure in the MPTS dialog box.
  6. On the Configure panel, make sure that LAN adapters and protocols is preselected and then select Configure at the bottom of the panel.
  7. In the Configuration panel, in the Network Adapters group box, select IBM Token-Ring PCI Family Adapter (IBMTRP.OS2) and select ADD.
    Note:You can edit parameter settings for this adapter. Highlight your adapter in the Current Configuration list box and select Edit.
  8. In the Protocols list box, select the protocols used by your network application. Highlight each protocol and select ADD. If you are not sure which ones to use, select IBM IEEE 802.2 and IBM OS/2 NetBIOS protocol drivers or ask your network administrator.

    The protocol drivers you have selected will appear under the adapter driver name in the Current Configuration list box.
    Note:You can edit parameter settings for the protocols. Highlight a protocol and select Edit.

  9. Select OK when you have finished selecting and editing protocols in the MPTS Configuration panel.
  10. Select Close on the Configure panel.
  11. Select Exit in the MPTS dialog box.
  12. Select Exit on the Update CONFIG.SYS panel to update the CONFIG.SYS file.
  13. Select OK when you get the message that the CONFIG.SYS has been successfully updated.
  14. Select Exit on the Exiting MPTS panel.
  15. Shut down and restart your computer to let the changes take effect. Installation is now complete.
  16. At system startup, check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NDIS driver error messages, see Appendix D, "NDIS 2 Device Driver Messages".


OS/2 NDIS 2 Device Driver Using Other Installation Programs

  1. Insert the CD-ROM or the NDIS Drivers diskette into the appropriate drive.
  2. Use your product documentation to install the driver (IBMTRP.OS2), which is located in the root directory on both the CD-ROM and diskette.
  3. Modify the parameters if needed. See Appendix C, "NDIS 2 Device Driver Parameters".

    IBM TCP/IP for OS/2 and Warp Connect are examples of products that provide driver installation programs.

  4. Installation is now complete. Shut down and restart your computer for all changes to take effect.
  5. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

    For information concerning NDIS driver error messages, see Appendix D, "NDIS 2 Device Driver Messages".


OS/2 Novell NetWare Requester

Before installation, copy IBMTRPO.SYS from the CD-ROM or the ODI Drivers and LAN Client (A) diskette to the root directory containing your Novell NetWare Requester source files.

  1. Refer to the workstation basics and installation manuals from Novell to begin. When a dialog box titled Requester Installation appears during the installation process, continue with the following steps.
  2. If you are installing the NetWare Requester on a workstation, select Edit CONFIG.SYS and Copy All Files.... If the NetWare Requester is already installed on the workstation and only a driver update is needed, then select Only Edit CONFIG.SYS....
  3. On the next panel, specify the name of the adapter driver: IBMTRPO.SYS.
  4. When you get to the panel labeled "Copy ODI LAN Driver files," select Copy only the default driver.
  5. Continue with the installation, following the instructions on the panels.
  6. When Installation Complete appears in the Requester window, go to the Configuration menu and select This workstation....
  7. Select Edit to accept the default location for the NET.CFG file.
  8. In the edit box titled Current NET.CFG File Contents, type the following lines:
    link driver IBMTRPO
      SLOT 10001
    link support
      BUFFERS 8 4096
    

    Notes:

    1. See Appendix G, "Novell NetWare DOS ODI Driver Parameters" for a complete list of parameters that you can specify in the NET.CFG file.

    2. To enable source routing, changes will have to be made to the CONFIG.SYS file. Refer to Novell's Workstation for OS/2 manual for instructions on how to enable source routing.

    3. The lines in the NetWare Requester section of the CONFIG.SYS file must be in a certain order. Do not reorder the lines in this section of CONFIG.SYS. Refer to the Novell manuals for more information.
  9. Select Save to complete the NetWare Requester installation.
  10. Reboot the computer for the changes to take effect.
    Note:To make changes in the NetWare Requester configuration, double-click the Novell icon on the desktop. Double-click the Install icon in the Novell window. Go to the Configuration and select This workstation.... Make sure that the correct NET.CFG is shown in the next dialog box and select Edit. Edit the NET.CFG file in the edit box titled Current NET.CFG File Contents. When the changes are complete, select Save. It is necessary to reboot the computer in order to make the changes take effect.
  11. Installation is now complete. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


DOS NDIS 2

Note:It is recommended that you use LAN Client (Client32) whenever possible as an efficient solution.
  1. Insert the CD-ROM or the NDIS Drivers diskette into the appropriate drive.
  2. Use your operating system documentation to install the driver (IBMTRP.DOS). This driver is located in the \dos subdirectory on both diskette and the CD-ROM.
  3. Modify the parameters, if needed. See Appendix C, "NDIS 2 Device Driver Parameters".
    Note:If you use Microsoft Windows for Workgroups and want to configure the NetAddress parameter for the NDIS device driver, remember to enclose the address in double quotes (" "). The NetAddress parameter is used to set a locally administered address for the adapter.
  4. Installation is now complete. Shut down and restart your computer for all changes to take effect.
  5. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:
    • The device driver files load successfully. There are no error messages. If error messages are displayed or if you do not see messages that indicate that the drivers have been installed, go to Start of Troubleshooting Process.
    • The adapter LEDs indicate normal operation: green ON, amber OFF.

    If you experience problems, go to "Problem Solving".

    For information concerning NDIS driver error messages, see Appendix D, "NDIS 2 Device Driver Messages".


DOS Novell NetWare Requester (16-bit)

Note:It is recommended that you use LAN Client (Client32) whenever possible as an efficient solution.

The 16-bit DOS Novell NetWare Requester environment supports access to servers running Novell NetWare 3.11 or higher.

To install the IBMTRPO.EXE ODI driver on a DOS computer, perform the following steps:
Note:Consult your Novell NetWare documentation for instructions regarding how to create the NetWare Client for DOS and MS Windows diskettes.
  1. Create a diskette containing the extracted files from the DOSODIP.EXE file on the IBM Token-Ring PCI Family Adapter CD-ROM.
  2. Insert the NetWare Client for DOS and MS Windows Disk 1 into the appropriate drive.
  3. At the command prompt, type X:, where X is your drive letter, and then press Enter.
  4. Type install and then press Enter.
  5. Follow the instructions as they appear. In step 5, select the driver for your network board. Scroll down through Network Boards, highlight Other Drivers; then press Enter.
  6. Insert the CD-ROM or the diskette that you created in step 1 into the appropriate drive. When prompted, specify the location to the chosen media and press Enter. Specify the path as A:\NOVELL\DOS (or at X:NOVELL\DOS for the CD-ROM version).
  7. Highlight your adapter and press Enter.
  8. At this time you can change the default parameters. When you finish making any desired changes, press F10. Appendix G, "Novell NetWare DOS ODI Driver Parameters" contains the parameters that can be configured in the NET.CFG file.
  9. Follow the instructions presented to finish the installation.
    Note:If source routing is required, edit the STARTNET.BAT file that is in the client directory (usually C:\NWCLIENT) and add the following line after the IPXODI statement:
    C:\NWCLIENT\ROUTE
    
  10. Shut down and restart your computer for all changes to take effect.
  11. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:
    • The device driver files load successfully. There are no error messages. If error messages are displayed or if you do not see messages that indicate that the drivers have been installed, go to Start of Troubleshooting Process.
    • The adapter LEDs indicate normal operation: green ON, amber OFF.

    If you experience problems, go to "Problem Solving".


Windows NT Version 3.51

The following procedure assumes that Windows NT 3.51 has already been installed with networking support. It is highly recommended that you install Service Pack 5 from Microsoft before installing the driver.

  1. Log on to Windows NT as an administrator.
  2. From the Main program group within the Program Manager, find and double-click the Control Panel icon.
  3. In the Control Panel window, double-click the Network icon.
  4. In the Network Setting, select Add Adapter.
  5. In the Add Network Adapter dialog box, click the drop-down list for Network Adapter Card. Scroll down the list and select <Other> Requires disk from manufacturer. Then, select Continue.
  6. Insert the CD-ROM or the diskette containing the device drivers into the appropriate drive. When prompted, enter the path to the driver directory and select OK.
  7. Select OK to accept the drive and path information.
  8. In the Select OEM Option dialog box, select IBM Token-Ring PCI Family Adapter.

    Several work-in-progress panels are displayed, indicating that the driver and its supporting files are being copied to your computer's hard disk.

  9. The Network Control panel is displayed again. There should be an entry in the Installed Adapter Cards list for each IBM Token-Ring PCI Family Adapter found in the computer.

    To change default values for an adapter, select that adapter in the Installed Adapters list box, and then select Configure. Make the necessary changes and select OK.
    Note:Make sure that all of the appropriate protocols are installed to connect to the network. Consult your network administrator if you are unsure of what protocols need to be installed.

  10. Select OK at the top right to complete the installation.

    Note:If TCP/IP is installed as a protocol on the computer, you will now see the TCP/IP configuration panel. Enter all necessary information and select OK.

  11. The following message will be displayed:
    Your network settings have changed.
    You will need to exit and restart Windows NT so that the new
    settings can take effect.
    

    Select Restart now in order to have Windows NT automatically restart your computer.

  12. Installation is now complete. You might need to reinstall Service Pack 5 due to changes to your services or protocols during installation.
  13. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


Windows NT Version 4.0

The following procedure assumes that Windows NT 4.0 has already been installed with networking support. It is highly recommended that you install Service Pack 3 or higher from Microsoft before installing the driver.

  1. Log on to Windows NT as an administrator.
  2. Select Start > Settings > Control Panel.
  3. From the Control Panel window, double-click the Network icon.
  4. Select the Adapters tab.
  5. Select Add.
  6. You will see a dialog box that includes a list of adapters. Select Have Disk....
  7. Insert the CD-ROM or the diskette containing the device drivers into the appropriate drive. When prompted, enter the path to the root directory of the CD-ROM or diskette and select OK.
  8. In the Select OEM Option dialog box, select IBM Token-Ring PCI Family Adapter and then select OK.

    Several work-in-progress panels are displayed, indicating that the driver and its supporting files are being copied to your computer's hard disk.

  9. The Network Control panel is displayed again. There should be an entry in the Installed Adapters list for each IBM Token-Ring PCI Family Adapter found in the computer.

    To change default values for an adapter, select that adapter on the Network Adapters list, and then select Properties. Make the necessary changes and select OK.
    Note:Make sure that all of the appropriate protocols are installed to connect to the network. Consult your network administrator if you are unsure of what protocols need to be installed.

  10. Select Close to complete the installation.
    Note:If TCP/IP is installed as a protocol on the computer, you will now see the TCP/IP configuration panel. Enter all necessary information and select OK.
  11. The following message will be displayed:
    Your network settings have changed.
    You will need to exit and restart Windows NT so that the new
    settings can take effect.
    

    Select Yes in order to have Windows NT automatically restart your computer.

  12. Installation is now complete. You might need to reinstall the Service Pack due to changes to your services or protocols during installation.
  13. Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


Windows 95

There are two different versions of Windows 95 in distribution: the retail release, which can be purchased by individuals, and the OEM Service Release 2 (OSR2), which is found on most computer system preloads. To find out if you are running the OSR2 release, select Start > Settings > Control Panel, and then double-click the System icon. Look at the version number under the text Microsoft Windows 95.

Make sure that you refer to the appropriate installation section for the version of Windows 95 that you are using.

Before beginning installation, shut down the computer. Make sure that the operating system is correctly shut down and then switch off the power and disconnect the power cable from the power source.

If Windows 95 Retail is Already Installed

  1. When you boot Windows 95, it will detect the new hardware and bring up a dialog box to allow a choice of drivers. Select Driver from disk provided by hardware manufacturer and then select OK.
  2. Insert the CD-ROM or the NDIS Drivers diskette into the appropriate drive. When prompted, enter the path to the driver directory and select OK.
    Note:Some of the files on the diskette are located in the DOS subdirectory. If necessary, you will have to supply this subdirectory to get additional files copied onto your computer.
  3. At this point, Windows 95 might prompt you for network names. Type your computer's name and workgroup. Consult your system administrator if you do not know this information. Select OK to continue.
  4. The driver files will be copied. Windows might prompt you for the Windows 95 CD-ROM in order to install its default network protocols and services. Make sure that the location of your Windows 95 installation files (for example, D:\ or D:\WIN95 or C:\WINDOWS\CATROOT) appears in the entry and select OK.
  5. After the files have been copied, a dialog box will display the following message:
    To finish setting up your new hardware, you must
    restart your computer. Do you want to restart your computer now?
    
    Remove the diskette or CD-ROM from the computer and select Yes.
  6. Installation is now complete.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

If Windows 95 OSR2 Is Already Installed

  1. When you boot Windows 95, it will detect the new hardware and display the  Update Device Driver Wizard  dialog which displays the following message:
    This wizard will complete the
    installation of: PCI Token Ring Controller.
    
    Insert the adapter CD-ROM or the NDIS Drivers diskette containing the device drivers into the appropriate drive.
  2. Insert the CD-ROM or the NDIS Drivers diskette into the appropriate drive. When prompted, enter the path to the driver directory and select OK.
    Note:Some of the files on the diskette are located in the DOS subdirectory. If necessary, you will have to supply this subdirectory to get additional files copied onto your computer.
  3. At this point, Windows 95 might prompt you for network names. Type in your computer's name and workgroup. Consult your system administrator if you do not know this information. Select OK to continue.
  4. The driver files will be copied at this point. Windows might prompt you for the Windows 95 CD-ROM in order to install its default network protocols and services. Make sure that the location of your Windows 95 installation files (for example, D:\ or D:\WIN95 or C:\WINDOWS\CATROOT) appears in the entry and select OK. You might also be prompted again for the location of the driver files. Enter the appropriate location again as described previously.
  5. After the files have been copied, a dialog box will display the following message:
    To finish setting up your new hardware, you must
    restart the computer. Do you want to restart your computer now?
    
    Remove the driver diskette or CD-ROM from the computer and select Yes.
  6. Installation is now complete.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

First-Time Installation of Windows 95 with the IBM Token-Ring PCI Family Adapter

If Windows 95 is installed on a computer with the IBM Token-Ring PCI Family Adapter already installed, Windows 95 will detect the adapter, but will not install any drivers. Use the following procedure to correct the problem.

  1. Insert the NDIS Drivers diskette or the CD-ROM into the appropriate drive.
  2. Select Start > Settings > Control Panel. This will display the Control Panel.
  3. In the Control Panel window, double-click the System icon.
  4. Select the Device Manager tab.
  5. Within the Device Manager, expand the Other Devices section by selecting the + icon that appears to the left of the words Other Devices. Select the entry for PCI Token Ring Controller and then select Properties.
  6. Select the Driver tab. Depending on which version of Windows 95 you have (retail or OSR2), this dialog will look different. If the Driver properties sheet has a Change Driver button, continue with Continuing Installation of the Driver without the Device Wizard. If, however, the properties sheet has an Update Driver button instead, continue with Continuing Installation of the Driver Using the Update Device Driver Wizard.

Continuing Installation of the Driver without the Device Wizard

  1. Select the Change Driver button to display the Select Hardware Type dialog. Select Network adapters and select OK.
  2. Select Have Disk from the Select Device dialog. Type the letter of your CD-ROM drive and select OK.
    Note:Some of the files on the diskette are located in the DOS subdirectory. If necessary, you will have to supply this subdirectory to get additional files copied onto your computer.
  3. Windows will display a list of compatible devices. Make sure that your adapter is selected and then select OK.
  4. Windows will return to the PCI Token Ring Controllers Properties dialog box. Select OK to continue.
  5. At this point, Windows might prompt you for network names. Type your computer's name and workgroup. Consult your system administrator if you do not know this information. Select OK to continue.

    The driver files will be copied at this point. Windows might prompt you for the Windows 95 CD-ROM in order to install default network protocols and services. Make sure that the location of your Windows 95 installation files (for example, D:\ or D:\WIN95 or C:\WINDOWS\CATROOT) appears in the entry and select OK.

  6. If Windows 95 displays a dialog that warns you that the PCI Token-Ring Controller has a ROM, ignore the message and select Test to continue.
  7. Select OK in the Device Manager.
  8. Remove the driver diskette or CD-ROM. Reboot your computer (select Start > Shut Down and select Restart the computer).
  9. Installation is now complete.

Continuing Installation of the Driver Using the Update Device Driver Wizard

  1. Select the Update Driver button on the properties sheet. Windows will display the Update Device Driver Wizard dialog. The dialog box should read
    This wizard will complete the installation of: PCI Token Ring Controller.
    
    Insert the product CD-ROM or the the NDIS Drivers diskette into the appropriate drive.
  2. Select Next to search for the drivers. Windows 95 will search the diskette or CD-ROM drives for an appropriate driver. At this point, the wizard should state that
    Windows has found the following updated driver
    for this device.
    
    Select Finish to continue the installation.
    Note:If the search fails, select Other Locations. Type the letter of your drive.
  3. Select OK and then select Finish.
  4. Although Windows has already found the driver diskette in a previous step, you might be prompted for its location. Enter A:\ if installing from a diskette or the letter of the CD-ROM drive.
    Note:Some of the files on the diskette are located in the DOS subdirectory. If necessary, you will have to supply this subdirectory to get additional files copied onto your computer.
  5. At this point, Windows 95 might prompt you for network names. Type your computer's name and workgroup. Consult your system administrator if you do not know this information. Select OK to continue.
  6. The driver files will be copied at this point. Windows might prompt you for the Windows 95 CD-ROM in order to install its default network protocols and services. Make sure that the location of your Windows 95 installation files (for example, D:\ or D:\WIN95 or C:\WINDOWS\CATROOT) appears in the entry and select OK. You might also be prompted again for the location of the driver files. Enter the appropriate location again as described previously.
  7. After the files have been copied, a dialog box will display the following message:
    To finish setting up your new hardware, you must
    restart the computer. Do you want to restart your computer now?
    
    Remove the driver diskette or CD-ROM from the computer and select Yes.
  8. Installation is now complete.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


Windows 98

Windows 98 ships with a device driver for the IBM Token-Ring PCI Family Adapter. Although the device driver will function with your adapter, it is strongly recommended that you upgrade to the driver included with this product. Use the following procedure to install the latest driver instead of the driver supplied with Windows 98.

Installing the Updated Driver

Use this procedure if Windows 98 automatically installed the default driver for your IBM Token-Ring PCI Family Adapter. This is necessary if, for example, your installed Windows 98 on a computer with the adapter installed in the system. This procedure assumes that the IBM Token-Ring PCI Family Adapter has already been installed in the computer.

  1. Select Start > Settings > Control Panel. This will display the Control Panel.
  2. Double-click System. This loads the System Properties dialog.
  3. Select Device Manager.
  4. In the Device Manager, expand the Network adapters section by selecting the + that appears to the left of the words Network adapters. Select the entry labeled IBM PCI Token-Ring Adapter,NDIS4, and then select Properties.
  5. Select Driver to display the driver information. On this page, select Update Driver.
  6. At this point, the Update Device Driver Wizard dialog opens. This dialog should contain the following text:
    This wizard searches for updated drivers for:
    IBM PCI Token-Ring Adapter,NDIS4.
    

    Select Next to continue.

  7. On the next page, select Search for the best driver for your device and then select Next.
  8. The next page of the wizard will ask where you would like to look for the device driver.
  9. Select Next to continue. Windows should find an updated device driver on the diskette or the CD-ROM. Make sure that The updated driver is selected on the page and select Next.
  10. The next page of the wizard should confirm that the hardware and device driver are found. Select Next again to begin copying files.

    Windows might prompt you for the driver diskette. Type the letter of your drive.

    Windows might also prompt your for the Windows 98 CD-ROM in order to install its default network protocols. Make sure that the location of your Windows 98 installation files (for example, D:\ or D:\WIN98 or C:\WINDOWS\CATROOT) appears in the entry and select OK.

  11. The wizard should report after the files have finished copying that
    Windows has finished installing an updated driver for your hardware
    device.
    

    Select Finish to continue.

  12. Windows returns you to the adapter properties page. Select Close to continue.
  13. Next, you are returned to the Device Manager page. Select Close again to complete the process.
  14. Installation is now complete. You might want to reboot your computer to make sure that all components of the driver loaded correctly.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".

If Windows 98 Is Already Installed

Use this procedure if you are installing the IBM Token-Ring PCI Family Adapter in a computer which already has Windows 98 running. This procedure assumes that the IBM Token-Ring PCI Family Adapter has already been installed in the computer.

  1. When Windows 98 boots, it will detect the new hardware and display the Add New Hardware Wizard dialog. This dialog should contain the following text:
    This wizard searches for new drivers for:
    IBM PCI Token-Ring Adapter,NDIS4.
    

    Select Next to continue.

  2. On the next page, select Search for the best driver for your device and then select Next.
  3. The next page of the wizard will ask where you would like to look for the device driver.
  4. Select Next to continue. Windows should find an updated device driver on the diskette or the CD-ROM. Make sure that The updated driver is selected on the page and select Next.
  5. The next page of the wizard should confirm that the hardware and device driver are found. Select Next again to begin copying files.

    Windows might prompt you for the driver diskette. Type the letter of your drive.

    Windows might also prompt your for the Windows 98 CD-ROM in order to install its default network protocols. Make sure that the location of your Windows 98 installation files (for example, D:\ or D:\WIN98 or C:\WINDOWS\CATROOT) appears in the entry and select OK.

  6. The wizard should report after the files have finished copying that
    Windows has finished installing the software that your new hardware
    device requires.
    

    Select Finish to continue.

  7. A dialog box will display the following message:
    To finish setting up your new hardware, you must restart your
    computer. Do you want to restart your computer now?
    

    Remove the diskette or CD-ROM from your computer and select Yes.

  8. Installation is now complete.

    Check for the following conditions to determine whether the adapter is working correctly and whether installation has been completed successfully:

    If you experience problems, go to "Problem Solving".


Remote Unattended Installation of Windows 95, Windows 98 and Windows NT

Instructions for this environment are on this CD-ROM and can be read with your Web browser. The file is x:\web\essmain.htm where x is your CD-ROM drive letter. Select the appropriate adapter and then select Downloads. Select the appropriate operating system to expand the list of packages. Then select Remote Unattended Install (RUI).


Novell IntranetWare Client for Windows NT

  1. If the NDIS driver is not already installed, follow the instructions in Windows NT Version 4.0 or Windows NT Version 3.51. At step 11 of those instructions, make sure that you select the appropriate protocols and services to connect to the network.
    Note:If you are connecting to a Novell server through IPX, you need to install the NWLink IPX/SPX Compatible Transport protocol and also the Client Service for NetWare service under the Services > Workstation tab.
  2. Download IntranetWare Client TM for Windows NT v4.11a or higher from Novell's support.novell.com website. Unzip the downloaded file to a local directory.
  3. Run I386\SETUPNW.EXE from the directory where you placed the files.
  4. Select YES or NO to respond to the Novell License Agreement.
  5. You might get a message indicating that the Microsoft Client Service for NetWare is installed and will be removed. If so, respond Continue.
  6. Installation is complete when you see the Installation Complete panel.
  7. Reboot and start Windows NT to connect and login to your server.

Novell Client for Windows 95

(Previous version is IntranetWare Client for Windows 95.)
Note:You will need the Windows 95 diskettes or CD-ROM to complete this installation.

If you are installing on a workstation that already has Windows 95 installed using Novell IntranetWare Client Version 2.2 for Windows 95, use the following procedure.
Note:IntranetWare Client Version 2.2 for Windows 95 or Novell Client Version 2.5 for Windows 95 can be downloaded from Novell on the Web at http://support.novell.com.

If you are upgrading from the NetWare DOS Requester (VLM) client or if you do not have any network client installed, you need to have the Windows 95 CD-ROM or diskettes or the Windoes 95 .CAB files.

  1. If the NDIS driver is not already installed, follow the instructions in Windows 95.
  2. After downloading the code, run the installation program (SETUP.EXE) for Novell IntranetWare Client Version 2.2 for Windows 95 or Novell Client Version 2.5 for Windows 95.
  3. Select Yes or No to respond to the Novell License Agreement.
  4. Select Start to begin the installation.

    If you are prompted to select a adapter, select one that matches your hardware (this step might not be necessary, as you should have already selected the adapter in the first step).

  5. If you do not need to customize your installation, select Reboot.
  6. If you want optional features or need to configure your workstation, select Customize. Then select Reboot.

Windows for Workgroups with NDIS 3

Note:Refer to Microsoft documentation for the general procedure regarding installation of network drivers for Windows for Workgroups.
  1. Insert the CD-ROM or the NDIS Drivers diskette into the appropriate drive.
  2. Double-click the Network group icon from the Program Manager window.
  3. Double-click the Network Setup icon.
  4. Select Drivers and then Add Adapter....
  5. Select Unlisted or updated network adapter and then OK
  6. Enter X:\WFW, where X is your drive letter. Select OK.
  7. Select CLOSE.
  8. Select OK.
  9. You will be prompted to reinstall specific network-related files. Reinstall them as needed.
  10. You will also be prompted to insert the Windows for Workgroups program application diskettes or CD-ROM. Follow the instructions.
  11. Select OK for any messages regarding updates to the SYSTEM.INI and PROTOCOL.INI files.
  12. When prompted to restart your computer, select RESTART COMPUTER.

    Windows for Workgroups will automatically restart your computer and the driver will be loaded.

  13. At system startup, check for the following conditions to determine whether you have successfully installed the adapter:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]